home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 21 / Mac Magazin and MacEasy Magazine CD - Issue 21.iso / Multimedia / SuperCollider Demo ƒ / READ ME < prev    next >
Text File  |  1995-12-10  |  3KB  |  42 lines

  1. SuperCollider 0.66 Demo
  2.  
  3. by James McCartney        james@astro.as.utexas.edu
  4.  
  5. This folder contains a demo version of the program SuperCollider. SuperCollider is an environment for real time audio synthesis which runs on a Power Macintosh with no additional hardware. SuperCollider features: a built in programming language with real time incremental garbage collection, first class functions/closures, a small object oriented class system, a mini GUI builder for creating a patch control panel, a graphical interface for creating wave tables and breakpoint envelopes, MIDI control, a large library of signal processing and synthesis functions a few of which are found nowhere else, and a large library of functions for list processing of musical data. The user can write both the synthesis and compositional algorithms for their piece in the same high level language. This allows the creation of synthesis instruments with considerably more flexibility than allowed in lower level synthesis languages. Since it is easy to create control panels and graphic displays, SuperCollider is well suited as a tool for teaching various synthesis techniques. 
  6.  
  7. The demo version is crippled in several ways:
  8. you cannot stream audio to or from files.
  9. you can only load the provided audio file 'floating_1'
  10. you cannot save patches
  11. you cannot edit the source code for the patches
  12.  
  13. I plan to make SuperCollider available for purchase by January 1996.
  14.  
  15. To hear the demo patches, open them by double clicking on their icon in the Finder, or use the 'Open…' dialog, then choose the 'Execute' command (cmd-/) in the 'Synth' menu. To stop synthesis, type cmd-period.
  16.  
  17. Tips to run the demo:
  18.  
  19. To audition a wave table or sample window press the space bar. 
  20.  
  21. While viewing an audio sample:
  22. up arrow   decrease magnification
  23. down arrow   increase magnification
  24. left arrow   scroll left
  25. right arrow   scroll right
  26.  
  27. While executing:
  28. cmd-[   reduce volume 3dB
  29. cmd-]   increase volume 3dB
  30. cmd-\   L and R output repatching
  31.  
  32. When editing the GUI window:
  33. return key   open the GUI item edit dialog
  34. arrow keys   nudge selected GUI items one pixels
  35. tab   select next item
  36. shift-tab   select previous item
  37. cmd-D   duplicate item along the item's minor axis
  38. cmd-shift-D   duplicate item along the item's major axis
  39.  
  40. To map faders:
  41. Choose the 'MIDI Map Faders' command. All mappable sliders will turn green. Click on a slider or sliders to select them, they will turn yellow. Wiggle a MIDI controller and the sliders will turn red to indicate that they have been mapped. You can keep on selecting and mapping. Press return when done.
  42.